home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMMOUSECLICK / TFRMMOUSECLICK.txt
Encoding:
Text File  |  2003-01-14  |  1.9 KB  |  89 lines

  1. inherited frmMouseClick: TfrmMouseClick
  2.   Left = 409
  3.   Top = 149
  4.   HelpContext = 10
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         'Clicks the mouse according to the parameters you specify.')
  16.     end
  17.   end
  18.   inherited pnlCenter: TPanel
  19.     inherited pgcControlPage: TPageControl
  20.       inherited tbsAM5Main: TTabSheet
  21.         object rdogrpClickType: TRadioGroup
  22.           Left = 12
  23.           Top = 112
  24.           Width = 445
  25.           Height = 105
  26.           Anchors = []
  27.           Caption = 'Click Type:'
  28.           Items.Strings = (
  29.             '&Single click'
  30.             '&Double click'
  31.             '&Hold down'
  32.             'Rele&ase')
  33.           TabOrder = 0
  34.         end
  35.         object rdogrpButtons: TRadioGroup
  36.           Left = 12
  37.           Top = 16
  38.           Width = 445
  39.           Height = 89
  40.           Caption = 'Click the following button:'
  41.           Items.Strings = (
  42.             '&Left'
  43.             '&Center'
  44.             '&Right')
  45.           TabOrder = 1
  46.         end
  47.       end
  48.     end
  49.   end
  50.   inherited taclKeyboardTrap: TActionList
  51.     Left = 200
  52.   end
  53.   inherited dxSIBarManager: TdxBarManager
  54.     Categories.ItemsVisibles = (
  55.       2)
  56.     Categories.Visibles = (
  57.       True)
  58.     PopupMenuLinks = <
  59.       item
  60.         Control = lsvAM5Errors
  61.         PopupMenu = dxCheckPopup
  62.       end>
  63.     Left = 412
  64.     DockControlHeights = (
  65.       0
  66.       0
  67.       0
  68.       0)
  69.   end
  70.   inherited dxCheckPopup: TdxBarPopupMenu
  71.     ItemLinks = <
  72.       item
  73.         Item = itmCheckAllErrors
  74.         UserGlyph.Data = {00000000}
  75.         Visible = True
  76.       end
  77.       item
  78.         Item = itmCheckNoErrors
  79.         UserGlyph.Data = {00000000}
  80.         Visible = True
  81.       end>
  82.     Left = 448
  83.     Top = 119
  84.   end
  85.   inherited IvTranslator1: TIvTranslator
  86.     Left = 232
  87.   end
  88. end
  89.